added toplevel makefile for xpd

This commit is contained in:
dan
2014-01-22 11:00:41 +00:00
parent 7c42307440
commit 98b3bdba95
47 changed files with 2789 additions and 2778 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
# This variable should contain a space separated list of all
# the directories containing buildable applications (usually
# prefixed with the app_ prefix)
#
# If the variable is set to "all" then all directories that start with app_
# are built.
BUILD_SUBDIRS = all
XMOS_MAKE_PATH ?= ..
include $(XMOS_MAKE_PATH)/xcommon/module_xcommon/build/Makefile.toplevel

View File

@@ -258,8 +258,8 @@
#endif #endif
/* Device release number in BCD: 0xJJMN */ /* Device release number in BCD: 0xJJMN */
#define BCD_DEVICE_J 6 #define BCD_DEVICE_J 1
#define BCD_DEVICE_M 3 #define BCD_DEVICE_M 0
#define BCD_DEVICE_N 3 #define BCD_DEVICE_N 3
#ifndef BCD_DEVICE #ifndef BCD_DEVICE