mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 10:49:42 +02:00
e340bbed3a
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17287 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
125 B
Makefile
13 lines
125 B
Makefile
HOST_OS=$(shell uname)
|
|
|
|
CC=gcc
|
|
AR=ar
|
|
RANLIB=ranlib
|
|
|
|
WFLAGS = -Wall -Werror -Wno-format
|
|
CFLAGS?=-O2
|
|
CPPFLAGS=
|
|
LDFLAGS=
|
|
LIBS=
|
|
|