# Makefile for an A2F-Linux project

# This project's name
SAMPLE		:= lcdtest

# Custom applcations subdirectories that this project
# needs to build. Edit this list as appropriate for your application.
CUSTOM_APPS	:= app

# Include Make rules applicable to all projects
include ../Rules.make
