mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-13 00:10:21 +00:00
2466ba038e
SVN-Revision: 17287
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=
|
|
|