779c2f3eb1
Fixes building 32bit linux binary on 64bit systems. Change-Id: Ib58114a979e6aa426370477169a0875a66c9a9c2
17 lines
517 B
Makefile
17 lines
517 B
Makefile
# __________ __ ___.
|
|
# Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
|
# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
|
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
|
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
|
# \/ \/ \/ \/ \/
|
|
# $Id$
|
|
#
|
|
CFLAGS += -g -Wall
|
|
|
|
OUTPUT = chinachippatcher
|
|
|
|
LIBSOURCES = chinachip.c
|
|
SOURCES = $(LIBSOURCES) main.c
|
|
|
|
include ../libtools.make
|
|
|