diff options
author | sprhawk <hongbo@yang.me> | 2014-08-29 14:59:46 +0800 |
---|---|---|
committer | sprhawk <hongbo@yang.me> | 2014-08-29 14:59:46 +0800 |
commit | 78a4fc1767960b45e3d93506aadccdfebb4fec9e (patch) | |
tree | 8aae224ebbd8883ca77605f8fbb5497ca1dd5bbb | |
parent | 0352e00c2bd6cc312631e1fc40fedae9885d0372 (diff) | |
download | nrf51822-posix-build-scripts-78a4fc1767960b45e3d93506aadccdfebb4fec9e.tar.gz nrf51822-posix-build-scripts-78a4fc1767960b45e3d93506aadccdfebb4fec9e.tar.bz2 nrf51822-posix-build-scripts-78a4fc1767960b45e3d93506aadccdfebb4fec9e.tar.xz nrf51822-posix-build-scripts-78a4fc1767960b45e3d93506aadccdfebb4fec9e.zip |
remove all system .c files
-rw-r--r-- | Makefile.template | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.template b/Makefile.template index 669cc18..b473f92 100644 --- a/Makefile.template +++ b/Makefile.template @@ -18,19 +18,19 @@ C_SOURCE_FILES += main.c # C_SOURCE_FILES += softdevice_handler.c # need custome defined assert_nrf_callback()
# nrf_delay
-C_SOURCE_FILES += nrf_delay.c
+# C_SOURCE_FILES += nrf_delay.c
# nrf_assert
-C_SOURCE_FILES += nrf_assert.c
+# C_SOURCE_FILES += nrf_assert.c
# nrf_ecb
-C_SOURCE_FILES += nrf_ecb.c
+# C_SOURCE_FILES += nrf_ecb.c
# nrf_nvmc
-C_SOURCE_FILES += nrf_nvmc.c
+# C_SOURCE_FILES += nrf_nvmc.c
# simple_uart
-C_SOURCE_FILES += simple_uart.c
+# C_SOURCE_FILES += simple_uart.c
# app_common
# C_SOURCE_FILES += app_button.c
|