Instead of creating a misc.h file in each board directory, create a generic board directory and declare misc.h there. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
5 lines
126 B
Makefile
5 lines
126 B
Makefile
# Additional simulator build rules
|
|
|
|
src-y += simulator/main.c simulator/gpio.c
|
|
src-y += generic/crc16_ccitt.c generic/alloc.c
|