• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (C) 2009, Cisco Systems Inc.
3# Ngie Cooper, July 2009
4
5top_srcdir		?= ../../..
6
7include	$(top_srcdir)/include/mk/env_pre.mk
8
9OPT_CFLAGS		+= -O
10DEBUG_LDFLAGS		+= -s
11
12include $(top_srcdir)/include/mk/generic_trunk_target.mk
13