5 lines
121 B
Makefile
5 lines
121 B
Makefile
|
# Simple makefile for simple example
|
||
|
PROGRAM=pwm_test
|
||
|
COMPONENTS = FreeRTOS lwip core extras/pwm
|
||
|
include ../../common.mk
|