summaryrefslogtreecommitdiffstats
path: root/Src/osmocom-bb/src/target/firmware/Makefile.mtk
diff options
context:
space:
mode:
authorTom2011-08-16 13:04:21 +0200
committerTom2011-08-16 13:04:21 +0200
commit70205f515596a7185567283f32057c553dba2ca6 (patch)
treeee0b5c80fd20629064b74ab85f58e92ae820a730 /Src/osmocom-bb/src/target/firmware/Makefile.mtk
parentneed to clean up git (diff)
downloadimsi-catcher-detection-70205f515596a7185567283f32057c553dba2ca6.tar.gz
imsi-catcher-detection-70205f515596a7185567283f32057c553dba2ca6.tar.xz
imsi-catcher-detection-70205f515596a7185567283f32057c553dba2ca6.zip
removed whole lib since compiled files were on index
Diffstat (limited to 'Src/osmocom-bb/src/target/firmware/Makefile.mtk')
-rw-r--r--Src/osmocom-bb/src/target/firmware/Makefile.mtk32
1 files changed, 0 insertions, 32 deletions
diff --git a/Src/osmocom-bb/src/target/firmware/Makefile.mtk b/Src/osmocom-bb/src/target/firmware/Makefile.mtk
deleted file mode 100644
index 30fa2fc..0000000
--- a/Src/osmocom-bb/src/target/firmware/Makefile.mtk
+++ /dev/null
@@ -1,32 +0,0 @@
-# List of all supported boards (meant to be overridden on command line)
-BOARDS?=mt62xx
-
-# List of all applications (meant to be overridden on command line)
-APPLICATIONS?=loader_mtk
-
-mtkram_LDS=board/mediatek/ram.lds
-mtkram_OBJS=board/mediatek/start.ram.o
-
-mtk_COMMON_OBJS=board/mediatek/uart.o
-
-# Mediatek MT62xx
-mt62xx_OBJS=$(mtk_COMMON_OBJS) board/mt62xx/init.o
-mt62xx_ENVIRONMENTS=mtkram
-
-# Global include path
-INCLUDES=-Iinclude/ -I../../../include -I../../shared/libosmocore/include
-
-FLASH_OBJS=flash/cfi_flash.o
-
-# Objects that go in all applications
-ANY_APP_OBJS+=$(FLASH_OBJS)
-
-# Various objects that are currently linked into all applications
-ANY_APP_LIBS+=lib/libmini.a comm/libcomm.a ../../shared/libosmocore/build-target/src/.libs/libosmocore.a
-
-# Libraries are defined in subdirectories
--include comm/Makefile
--include lib/Makefile
-
-# Include rules
--include Makefile.inc