mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Remove unwanted directory
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
include $(ONL)/make/any.mk
|
||||
|
||||
ifndef TOOLCHAIN
|
||||
$(error Must define $$TOOLCHAIN to use this Makefile)
|
||||
endif
|
||||
|
||||
ifndef RELEASE
|
||||
$(warn Assuming RELEASE is wheezy -- FIXME)
|
||||
RELEASE=wheezy
|
||||
endif
|
||||
|
||||
PACKAGE=oom_shim
|
||||
|
||||
OUTDIR=$(ONL)/packages/base/$(ARCH)/$(PACKAGE)/builds/BUILD/$(RELEASE)/$(TOOLCHAIN)
|
||||
|
||||
VPATH=$(ONL)/packages/base/any/$(PACKAGE)/src
|
||||
|
||||
$(OUTDIR)/liboom_south.so: oom_shim.c
|
||||
@mkdir -p $(OUTDIR) || true
|
||||
@$(CC) -o $(OUTDIR)/liboom_south.so -shared -fPIC $+
|
||||
|
||||
.PHONY: deb
|
||||
deb:
|
||||
$(MAKE) -C deb
|
||||
|
||||
clean:
|
||||
rm -rf $(OUTDIR)
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1,2 +0,0 @@
|
||||
!include $ONL/packages/base/any/oom_shim/APKG.yml ARCH=powerpc TOOLCHAIN=powerpc-linux-gnu
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
include $(ONL)/make/config.powerpc.mk
|
||||
include $(ONL)/packages/base/any/oom_shim/builds/Makefile
|
||||
|
||||
Reference in New Issue
Block a user