diff options
-rw-r--r-- | target/Makefile.in | 2 | ||||
-rw-r--r-- | target/linux/Makefile.in (renamed from target/linux26.mk) | 0 |
2 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 diff --git a/target/linux26.mk b/target/linux/Makefile.in index 18c98b4c2..18c98b4c2 100644 --- a/target/linux26.mk +++ b/target/linux/Makefile.in |