From 640b447be65d4cbdafa3b7f9c4317fd8d9a6ae33 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 9 Mar 2020 21:47:03 +0100 Subject: Fix file name order --- Makefrag.am | 8 ++++---- 1 file 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 -- cgit v1.2.3