diff options
| author | Thomas Petazzoni | 2010-12-05 21:52:41 +0100 |
|---|---|---|
| committer | Peter Korsgaard | 2010-12-16 12:16:14 +0100 |
| commit | 9e009f3bbca93e09decf93369e592ada95e6ef48 (patch) | |
| tree | da832644e61b0b16d65c269cde484d71002a8980 /target/device/KwikByte/Makefile.in | |
| parent | Stop referencing the crazy target/device stuff (diff) | |
| download | buildroot-9e009f3bbca93e09decf93369e592ada95e6ef48.tar.gz buildroot-9e009f3bbca93e09decf93369e592ada95e6ef48.tar.xz buildroot-9e009f3bbca93e09decf93369e592ada95e6ef48.zip | |
Remove all Config.in/Makefile.in files in target/device
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 |
