[make] update all of the rules.mk to use the new module system

This commit is contained in:
Travis Geiselbrecht
2012-08-30 14:22:31 -07:00
parent 734f32b143
commit 97cfd0bfa4
61 changed files with 504 additions and 323 deletions

View File

@@ -1,5 +1,7 @@
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
STM32_CHIP := stm32f107
PLATFORM := stm32f1xx
@@ -10,6 +12,8 @@ DEFINES += \
INCLUDES += -I$(LOCAL_DIR)/include
OBJS += \
$(LOCAL_DIR)/init.o
MODULE_SRCS += \
$(LOCAL_DIR)/init.c
include make/module.mk