Gitiles
Code Review
Sign In
git01.mediatek.com
/
openwrt
/
feeds
/
mtk-openwrt-feeds
/
394d5ebd80b22698433f0fcce9176dfa00ef3852
/
.
/
feed
/
switch
/
src
/
Makefile
blob: 81ae127462a977eeafa65c9ad8d60dbfe044d5f0 [
file
] [
log
] [
blame
]
EXEC
=
switch
SRC
=
switch_fun
.
c switch_753x
.
c switch_ioctl
.
c switch_netlink
.
c
all
:
$
(
EXEC
)
switch
:
$
(
SRC
)
$
(
CC
)
$
(
CFLAGS
)
$
(
LDFLAGS
)
-
o $@ $
(
SRC
)
$
(
LDLIBS
)
$
(
LIBS
)
romfs
:
$
(
ROMFSINST
)
/
bin
/
switch
clean
:
-
rm
-
f $
(
EXEC
)
*.
elf
*.
gdb
*.
o