summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-03-09 21:47:03 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-03-09 21:47:03 +0100
commit640b447be65d4cbdafa3b7f9c4317fd8d9a6ae33 (patch)
tree5d18f27228606d6fb6731d8807dfae40891d9ad0
parenteae1961fc21a7c7ebaf2925472631ac404045ab7 (diff)
Fix file name order
-rw-r--r--Makefrag.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefrag.am b/Makefrag.am
index 971b35ca..73508350 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -311,10 +311,10 @@ libkernel_a_SOURCES += \
device/device_types_kernel.h \
device/ds_routines.c \
device/ds_routines.h \
- device/intr.c \
- device/intr.h \
device/if_ether.h \
device/if_hdr.h \
+ device/intr.c \
+ device/intr.h \
device/io_req.h \
device/net_io.c \
device/net_io.h \
@@ -359,11 +359,11 @@ include_device_HEADERS = \
include/device/device_reply.defs \
include/device/device_request.defs \
include/device/device_types.defs \
- include/device/notify.defs \
- include/device/notify.h \
include/device/device_types.h \
include/device/disk_status.h \
include/device/net_status.h \
+ include/device/notify.defs \
+ include/device/notify.h \
include/device/tape_status.h \
include/device/tty_status.h