blob: cdcca865b0f3d1887bdd9868c08dbfcb16d0dd5c [file] [log] [blame]
Dominik Riebeling7de4f642011-12-03 09:44:21 +00001# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
Dominik Riebelingdfcb85e2011-12-15 18:45:00 +00007# $Id$
8#
9CFLAGS = -g -Wall
10CC = gcc
Maurus Cuelenaeree8c71aa2009-08-16 20:39:00 +000011
Dominik Riebeling13b2f532011-12-16 21:34:48 +000012OUTPUT = chinachippatcher
Maurus Cuelenaeree8c71aa2009-08-16 20:39:00 +000013
Dominik Riebelingdfcb85e2011-12-15 18:45:00 +000014LIBSOURCES = chinachip.c
15SOURCES = $(LIBSOURCES) main.c
Dominik Riebeling7de4f642011-12-03 09:44:21 +000016
Dominik Riebelingdfcb85e2011-12-15 18:45:00 +000017include ../libtools.make
Dominik Riebeling7de4f642011-12-03 09:44:21 +000018