We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ab300 commit 06c3330Copy full SHA for 06c3330
Makefile.example
@@ -15,15 +15,6 @@ APPLICATION_SRCS += simple_ble.c
15
APPLICATION_SRCS += simple_adv.c
16
# Add other libraries here!
17
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
-
27
# platform-level headers and source files
28
LIBRARY_PATHS += ../../include
29
SOURCE_PATHS += ../../src
0 commit comments