mirror of https://github.com/dirtbags/moth.git
Reall move CONFIG_XCOMPILE_FLAGS into packages.mk
This commit is contained in:
parent
c711235119
commit
1aafd2d702
3
Makefile
3
Makefile
|
@ -10,9 +10,6 @@ CACHE = cache
|
||||||
# The end result
|
# The end result
|
||||||
BIN = bin
|
BIN = bin
|
||||||
|
|
||||||
# Things configure likes to see
|
|
||||||
CONFIG_XCOMPILE_FLAGS = --host=i386-linux --program-transform-name=
|
|
||||||
|
|
||||||
all: packages
|
all: packages
|
||||||
|
|
||||||
dist: ctf-install.zip
|
dist: ctf-install.zip
|
||||||
|
|
|
@ -21,6 +21,9 @@ endef
|
||||||
|
|
||||||
include packages/*/*.mk
|
include packages/*/*.mk
|
||||||
|
|
||||||
|
# Things configure likes to see
|
||||||
|
CONFIG_XCOMPILE_FLAGS = --host=i386-linux --program-transform-name=
|
||||||
|
|
||||||
# Make foo depend on foo.pkg
|
# Make foo depend on foo.pkg
|
||||||
$(foreach p, $(PACKAGES), $(eval $p: $(BIN)/$p.pkg))
|
$(foreach p, $(PACKAGES), $(eval $p: $(BIN)/$p.pkg))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue