Skip to content

Commit 06c3330

Browse files
committed
Remove unnecessary TARGET defines
1 parent 52ab300 commit 06c3330

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Makefile.example

-9
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ APPLICATION_SRCS += simple_ble.c
1515
APPLICATION_SRCS += simple_adv.c
1616
# Add other libraries here!
1717

18-
# Target used as default device name and for including source files
19-
ifndef TARGET
20-
TARGET = EXAMPLE # Change me!
21-
endif
22-
TARGET_UPPER = $(shell echo $(TARGET) | tr a-z A-Z)
23-
TARGET_LOWER = $(shell echo $(TARGET) | tr A-Z a-z)
24-
BOARD = BOARD_$(TARGET_UPPER)
25-
APPLICATION_SRCS += $(TARGET_LOWER).c
26-
2718
# platform-level headers and source files
2819
LIBRARY_PATHS += ../../include
2920
SOURCE_PATHS += ../../src

0 commit comments

Comments
 (0)