diff options
Diffstat (limited to 'target/device/KwikByte/Makefile.in')
-rw-r--r-- | target/device/KwikByte/Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/device/KwikByte/Makefile.in b/target/device/KwikByte/Makefile.in deleted file mode 100644 index 0c109a96f..000000000 --- a/target/device/KwikByte/Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ -ifeq ($(BR2_TARGET_KWIKBYTE),y) - -BOARD_NAME:=$(call qstrip,$(BR2_BOARD_NAME)) -BOARD_PATH:=$(call qstrip,$(BR2_BOARD_PATH)) - -ifeq ($(BR2_TARGET_KB9202),y) -include target/device/KwikByte/kb9202/Makefile.in -endif - -endif |