mirror of
https://github.com/ayabusa/Numworks-zeta-os.git
synced 2025-06-14 10:24:10 +00:00
added a button/led script
This commit is contained in:
3
Makefile
3
Makefile
@ -50,6 +50,9 @@ VECT_TBL = $(SRC_DIR)/vector_table.S
|
||||
AS_SRC = $(SRC_DIR)/core.S
|
||||
C_SRC = $(SRC_DIR)/main.c
|
||||
|
||||
INCLUDE = -I./
|
||||
INCLUDE += -I./device
|
||||
|
||||
OBJS = $(BUILD_DIR)/$(notdir $(VECT_TBL:.S=.o))
|
||||
OBJS += $(BUILD_DIR)/$(notdir $(AS_SRC:.S=.o))
|
||||
OBJS += $(BUILD_DIR)/$(notdir $(C_SRC:.c=.o))
|
||||
|
Reference in New Issue
Block a user