From 1be7df0937bee5127103e7dc8800c83e47415f3d Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Tue, 30 Mar 2010 22:58:47 -0400 Subject: Removed remaining STM32 types and #defines. Updated usb subsystem to use libmaple types, removed STM32 peripheral library from the Makefile --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d462dc..3a4a59d 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,6 @@ # Project name PROJECT=maple -# STM Library prefix -STM_SRC = stm32lib/src STM_CONF = stm32conf/flash.conf # ARM/GNU toolchain parameters @@ -28,14 +26,12 @@ endif BUILD_PATH = build LIB_PATH = libmaple -OUTDIRS = $(BUILD_PATH)/$(STM_SRC) \ - $(BUILD_PATH)/$(LIB_PATH)\ +OUTDIRS = $(BUILD_PATH)/$(LIB_PATH)\ $(BUILD_PATH)/core \ $(BUILD_PATH)/core/comm INCLUDES = -I$(LIB_PATH) \ - -Istm32lib/inc \ -I./ \ -Icore \ -Icore/comm -- cgit v1.2.3