From fa0fc64c78e80a5863f2e034943ff790bae2b8d1 Mon Sep 17 00:00:00 2001 From: shadzik Date: Sun, 15 Jul 2007 22:25:58 +0000 Subject: [PATCH] - kill useless P and O - simpler Makefile Changed files: atl2.spec -> 1.5 --- atl2.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/atl2.spec b/atl2.spec index 299cbf7..c61fafa 100644 --- a/atl2.spec +++ b/atl2.spec @@ -21,9 +21,6 @@ Requires(post,postun): /sbin/depmod %requires_releq_kernel Requires(postun): %releq_kernel %endif -Provides: kernel(atl2) -Obsoletes: atl2 -Obsoletes: linux-net-atl2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -38,9 +35,8 @@ Attansic(R) L2 Fast Ethernet Adapter. %setup -q -n atl2-%{version} cat > src/Makefile <<'EOF' -CFILES = at_main.c at_hw.c at_param.c at_ethtool.c kcompat.c obj-m := atl2.o -atl2-objs := $(CFILES:.c=.o) +atl2-objs := at_main.o at_hw.o at_param.o at_ethtool.o kcompat.o EOF %build -- 2.43.0