b65e06f998
Why I did it Add two platform that support s3IP framework How I did it Add two platforms supporting S3IP SYSFS (TCS8400, TCS9400) How to verify it Manual test
7 lines
144 B
Makefile
Executable File
7 lines
144 B
Makefile
Executable File
currentdir = $(shell pwd)
|
|
CUSTOMS_DIRS = $(currentdir)/common_custom/common_tx
|
|
MODULE_DIRS := tcs8400 tcs9400
|
|
export CUSTOMS_DIRS MODULE_DIRS
|
|
|
|
|