diff options
author | Paul Selkirk <paul@psgd.org> | 2017-05-01 15:37:49 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2017-05-01 15:37:49 -0400 |
commit | 09b4960576a64647e27df25cd6b27e7f62ccc50c (patch) | |
tree | 471591a9bd7012e9e28862c05d0e1aa69ccb21ef /projects/cli-test/Makefile | |
parent | 0ebefa43c7e36b6ed95905d26144b0cca2721d60 (diff) |
Addendum to commit e0e97a5: Remove all references to the tasker from cli-test.
Diffstat (limited to 'projects/cli-test/Makefile')
-rw-r--r-- | projects/cli-test/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile index 0a0eb9e..189a15d 100644 --- a/projects/cli-test/Makefile +++ b/projects/cli-test/Makefile @@ -13,8 +13,6 @@ OBJS = \ test-mkmif.o \ test_sdram.o -BOARD_OBJS += $(TOPLEVEL)/task.o - CFLAGS += -I$(LIBCLI_SRC) -I$(LIBHAL_SRC) CFLAGS += -I$(RTOS_DIR)/rtos -I$(RTOS_DIR)/rtx/TARGET_CORTEX_M |