c5a86757bd
The only include path now needed is for drivers (in particular GDISP drivers)
7 lines
193 B
Makefile
7 lines
193 B
Makefile
GFXINC += $(GFXLIB)/drivers/gaudio/gadc
|
|
GFXSRC += $(GFXLIB)/drivers/gaudio/gadc/gaudio_record_gadc.c
|
|
|
|
# Make sure the GADC sub-system is turned on
|
|
GFXDEFS += -DGFX_USE_GADC=GAUDIO_NEED_RECORD
|
|
|