11 lines
233 B
Makefile
11 lines
233 B
Makefile
# DO NOT EDIT. This file is generated from Kbuild.src
|
|
# Makefile for busybox
|
|
#
|
|
# Licensed under GPLv2, see file LICENSE in this source tree.
|
|
|
|
lib-y :=
|
|
|
|
lib-$(CONFIG_LPD) += lpd.o
|
|
lib-$(CONFIG_LPR) += lpr.o
|
|
lib-$(CONFIG_LPQ) += lpr.o
|