浏览代码

Organize platform stuff better

Streetwalrus Einstein 10 年之前
父节点
当前提交
ff0d7a80c5
共有 4 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      platform/include/Graphics.h
  2. 0 0
      platform/include/Interrupts.h
  3. 0 0
      platform/include/Timers.h
  4. 1 1
      platform/rules.mk

+ 0 - 0
platform/Graphics.h → platform/include/Graphics.h


+ 0 - 0
platform/Interrupts.h → platform/include/Interrupts.h


+ 0 - 0
platform/Timers.h → platform/include/Timers.h


+ 1 - 1
platform/rules.mk

@@ -1,3 +1,3 @@
 platform_LOCAL_PATH := $(call whereami)
 
-INCLUDE += $(platform_LOCAL_PATH)
+INCLUDE += $(platform_LOCAL_PATH)/include