summaryrefslogtreecommitdiffstats
path: root/target/device/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-31 17:36:43 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-31 17:36:43 +0000
commitf0be91fd176ab4816eb1219f1f392b3b3edb0665 (patch)
tree9e5b5ac4292e16d5b1ccac1c9d86c24b77098dbc /target/device/Makefile.in
parent67bed999ab1b926f3484eac04d6ca748debadcef (diff)
downloadbuildroot-novena-f0be91fd176ab4816eb1219f1f392b3b3edb0665.tar.gz
buildroot-novena-f0be91fd176ab4816eb1219f1f392b3b3edb0665.zip
- reenable linux26
Diffstat (limited to 'target/device/Makefile.in')
-rw-r--r--target/device/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/device/Makefile.in b/target/device/Makefile.in
index c2d04a97a..fd9f03f11 100644
--- a/target/device/Makefile.in
+++ b/target/device/Makefile.in
@@ -1,3 +1,6 @@
TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl
-include target/device/*/Makefile.in
+ifeq ($(BR2_PACKAGE_LINUX),y)
+TARGETS+=linux26
+endif