diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-11 14:34:55 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-11 14:34:55 +0000 |
commit | 0e5715a9d71f28307ead9f780741a7f46f3b2f6d (patch) | |
tree | f258fe18391b174affc9fee5b684028eb34b92c9 /target/Makefile.in | |
parent | 32ea433d09cd87710a5fdb82c0cbbddada013ffb (diff) | |
download | buildroot-novena-0e5715a9d71f28307ead9f780741a7f46f3b2f6d.tar.gz buildroot-novena-0e5715a9d71f28307ead9f780741a7f46f3b2f6d.zip |
Build linux within target/linux/Makefile.in instead of within target/linux26.mk
Diffstat (limited to 'target/Makefile.in')
-rw-r--r-- | target/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile.in b/target/Makefile.in index 07af18ec3..b951301b2 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -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 |