9 lines
157 B
Makefile
9 lines
157 B
Makefile
# Makefile for busybox
|
|
#
|
|
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
|
|
|
lib-y :=
|
|
|
|
lib-$(CONFIG_LPR) += lpr.o
|
|
lib-$(CONFIG_LPQ) += lpr.o
|