[package] grub: fix build with automake v1.11.3 (#11228)
[openwrt.git] / package / wprobe / src / Makefile.inc
1 HOST_OS=$(shell uname)
2
3 CC=gcc
4 AR=ar
5 RANLIB=ranlib
6
7 WFLAGS = -Wall -Werror -Wno-format
8 CFLAGS?=-O2
9 CPPFLAGS=
10 LDFLAGS=
11 LIBS=
12
This page took 0.054001 seconds and 5 git commands to generate.