From eb96e7fc50fbca0c309d33e611b90cdd492b93e5 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Sat, 22 May 2021 11:57:39 +0200 Subject: [PATCH] Fix #4: remove sram.h and gpio.h from EXTRA_DIST `sram.h` is not referenced anywhere (or, better, `grep -ir sram.h` does not return any matching result) while `gpio.h` is included with ``, suggesting the system header file is used. --- devices/ccat/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/devices/ccat/Makefile.am b/devices/ccat/Makefile.am index c4bdd0f0..305a2031 100644 --- a/devices/ccat/Makefile.am +++ b/devices/ccat/Makefile.am @@ -29,10 +29,8 @@ EXTRA_DIST = \ Kbuild.in \ - gpio.h \ module.h \ netdev.h \ - sram.h \ update.h BUILT_SOURCES = \