diff options
Diffstat (limited to 'target/device/Sharp/Makefile.in')
-rw-r--r-- | target/device/Sharp/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/device/Sharp/Makefile.in b/target/device/Sharp/Makefile.in new file mode 100644 index 000000000..cffae25a6 --- /dev/null +++ b/target/device/Sharp/Makefile.in @@ -0,0 +1,7 @@ +# Override the default uClibc configuration +ifeq ($(strip $(BR2_TARGET_SHARP_LNODE80)),y) + +include target/device/Sharp/LNode80/Makefile.in +include target/device/Sharp/LNode80/linux.mk + +endif |