[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,8 +1,12 @@
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
INCLUDES += -I$(LOCAL_DIR)/include
OBJS += \
$(LOCAL_DIR)/tests.o \
$(LOCAL_DIR)/thread_tests.o \
$(LOCAL_DIR)/printf_tests.o
MODULE_SRCS += \
$(LOCAL_DIR)/tests.c \
$(LOCAL_DIR)/thread_tests.c \
$(LOCAL_DIR)/printf_tests.c
include make/module.mk