3 LIBNVRAM_OBJS
:= nvram.o
8 $(CC
) $(CFLAGS
) $(EXTRA_CFLAGS
) -c
-I.
-Iinclude
-o
$@
$^
10 libnvram.so
: $(LIBNVRAM_OBJS
)
11 $(CC
) -shared
-o
$@
$^
14 $(CC
) -o
$@
$^
-L.
-lnvram
This page took 0.041091 seconds and 5 git commands to generate.