ソースを参照

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