Build linux within target/linux/Makefile.in instead of within target/linux26.mk

This commit is contained in:
Ulf Samuelsson 2007-07-11 14:34:55 +00:00
parent 32ea433d09
commit 0e5715a9d7
2 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ include target/*/*.mk
# kernel rules
# We already did add the kernel target to TARGETS and now just pull in the rules
# to actually build this target.
include target/linux*.mk
include target/linux/Makefile.in