summaryrefslogtreecommitdiffstats
path: root/Src/osmocombb/src/target/firmware/Makefile.mtk
diff options
context:
space:
mode:
authorTom2011-08-16 15:41:46 +0200
committerTom2011-08-16 15:41:46 +0200
commitf910171deda0933e506cf3ffc216ee8daa418c24 (patch)
treedddee7cdad41fc4f3d8c1de95148d0a2daac1193 /Src/osmocombb/src/target/firmware/Makefile.mtk
parentanother system info 2 description (diff)
downloadimsi-catcher-detection-f910171deda0933e506cf3ffc216ee8daa418c24.tar.gz
imsi-catcher-detection-f910171deda0933e506cf3ffc216ee8daa418c24.tar.xz
imsi-catcher-detection-f910171deda0933e506cf3ffc216ee8daa418c24.zip
corrected spelling mistake and added 2 new papers for gsm specs
Diffstat (limited to 'Src/osmocombb/src/target/firmware/Makefile.mtk')
-rw-r--r--Src/osmocombb/src/target/firmware/Makefile.mtk32
1 files changed, 0 insertions, 32 deletions
diff --git a/Src/osmocombb/src/target/firmware/Makefile.mtk b/Src/osmocombb/src/target/firmware/Makefile.mtk
deleted file mode 100644
index 30fa2fc..0000000
--- a/Src/osmocombb/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