hocclk: major code refactor
move everything into its own directory, clean codebase up a lot
This commit is contained in:
@@ -22,11 +22,11 @@ CONFIG_DIR := horizon-oc
|
||||
BUILD := build
|
||||
OUTDIR := out
|
||||
RESOURCES := res
|
||||
SOURCES := src src/nx/ipc ../common/src src/board src/display src/tsensor
|
||||
SOURCES := src src/hos src/i2c src/ipc src/board src/display src/tsensor src/mgr src/file src/soc src/mapping src/pwr src/util
|
||||
DATA := data
|
||||
INCLUDES := ../common/include
|
||||
INCLUDES := ../common/include src/hos src/soc src/i2c src/util src/pwr src/ipc
|
||||
EXEFS_SRC := exefs_src
|
||||
LIBNAMES := minIni nxExt
|
||||
LIBNAMES := minIni
|
||||
# major minor patch
|
||||
KIP_VERSION := 220
|
||||
CUST_REV := 2
|
||||
|
||||
Reference in New Issue
Block a user