From 5d46a9bb79cb1430bbb96311ed94dae0a22f30ac Mon Sep 17 00:00:00 2001 From: David Anders Date: Thu, 19 Jan 2006 13:51:23 +0000 Subject: add Sharp LH79520 based LNode80 target --- target/device/Sharp/Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 target/device/Sharp/Makefile.in (limited to 'target/device/Sharp/Makefile.in') 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 -- cgit v1.2.3